Android Stuido常用快捷键(Mac)
- 提取内部类(内部类移除类新建一个外部类)
- 选中内部类–>F6
- 选择
move inner class xxx to upper level
局部变量,全局变量切换大小写
command+option+U
格式化代码
command+option+L
删除多余的导入包
option+control+O
搜索指定类
command+option+O
全局搜索指定关键字
command+shift+F
指定类搜索关键字
command+shift+F
提取代码块生成方法
command+option+M
查找方法调用处
option + F7
查看该类所有变量和方法
command+F12
查看继承该类的所有类
control+H
选中一部分代码块被if/elseif,try/catch包装起来快捷键
command+option+T
替换字符串
command+shift+R
自动生成get/set
control+N
快速中文提取到res资源下,如strings.xml,arrarys.xml
option+enter
Comments